home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / bchiv050.zip / CHIV.CFG < prev    next >
Text File  |  1997-03-16  |  15KB  |  329 lines

  1. ; Any text following a semi-colon (;), and blank lines, are ignored.
  2. ;
  3. ;------------------------------------------------------------------------------
  4. ;
  5. ;  BBS system directory. Indicates where the door information file (drop file)
  6. ;  can be found. Remove the semi-colon (;) to activate this option.
  7. ;
  8. ;BBSDir    C:\
  9. ;
  10. ;------------------------------------------------------------------------------
  11. ;
  12. ;  The door's working directory. This is where the door's system files are
  13. ;  located. Remove the semi-colon (;) to activate this option.
  14. ;
  15. ;DoorDir    C:\BBS\MYDOOR
  16. ;
  17. ;------------------------------------------------------------------------------
  18. ;
  19. ;  Local mode override. Forces door to always operate in local test mode.
  20. ;  Remove the semi-colon (;) to activate this option. When this mode is
  21. ;  activated, no door information file is required and default settings are
  22. ;  used for the user's name, location, etc.
  23. ;
  24. ;LocalMode
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Door personality setting. This setting selects one of a number of sysop
  29. ;  interface personalities. Each personality setting emulates the status line
  30. ;  format and sysop function keys of a particular BBS package. Valid
  31. ;  personality settings are:
  32. ;
  33. ;                     Standard            (OpenDoors style, simplified from RA)
  34. ;                     PCBoard
  35. ;                     RemoteAccess
  36. ;                     Wildcat
  37. ;
  38. Personality    Standard
  39. ;
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  43. ;  door should record log information. To disable the log file altogether,
  44. ;  remove the semi-colon (;) from the "DisableLogging" line.
  45. ;
  46. ;LogFileName    DOOR.LOG
  47. ;DisableLogging
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  52. ;  to determine the node number by some other means.
  53. ;
  54. Node    1
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  59. ;  time, up until, but not including, the end time. Times should be in 24-hour
  60. ;  format. To disable paging on a particular day, set the paging start and end
  61. ;  times to the same time. To make paging always available, set the start time
  62. ;  to 0:00 and the end time to 23:59.
  63. ;
  64. ;                      Start Time    End Time
  65. SundayPagingHours         9:00        22:00
  66. MondayPagingHours         8:30        22:00
  67. TuesdayPagingHours        8:30        22:00
  68. WednesdayPagingHours      8:30        22:00
  69. ThursdayPagingHours       8:30        22:00
  70. FridayPagingHours         8:30        22:00
  71. SaturdayPagingHours       9:00        22:00
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;
  75. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  76. ;  sysop page alarm, with one beep sounded per second.
  77. ;
  78. PageDuration    10
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ;  Maximum length of time a user is permitted to access the door. If the user's
  83. ;  total remaining time on the BBS is less than this value, the user will only
  84. ;  be permitted to access the door for this shorter length of time. This option
  85. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  86. ;  When this option is disabled, the user will be permitted to use the full
  87. ;  of their remaining time on the BBS within the door.
  88. ;
  89. ;MaximumDoorTime    15
  90. ;
  91. ;------------------------------------------------------------------------------
  92. ;
  93. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  94. ;  without the user pressing any key, before the user will be automatically
  95. ;  disconnected. A value of 0 disables inactivity timeouts.
  96. ;
  97. InactivityTimeout    200
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;
  101. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  102. ;  information passed to the door by the BBS. However, some BBS software does
  103. ;  not supply this information to doors. In such cases, if the sysop's name is
  104. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  105. ;  activate this option.
  106. ;
  107. ;SysopName    Dude
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  112. ;  the information passed to the door by the BBS. However, some BBS software
  113. ;  does not supply this information to door programs. In such cases, if the
  114. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  115. ;  semi-colon (;) to activate this option.
  116. ;
  117. ;SystemName    Unnamed BBS
  118. ;
  119. ;------------------------------------------------------------------------------
  120. ;
  121. ;  Door colour options. These options specify the various text colours that
  122. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  123. ;  Colours are specified in the format:
  124. ;
  125. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  126. ;
  127. ;  Where foreground and background colours are one of:
  128. ;
  129. ;         Black
  130. ;         Blue
  131. ;         Green
  132. ;         Cyan
  133. ;         Red
  134. ;         Magenta
  135. ;         Yellow / Brown
  136. ;         White / Grey
  137. ;
  138. ;  Note that some of these options (such as those that pertain to files
  139. ;  listings) are not used for all doors.
  140. ;
  141. ChatUserColour               Bright white on black
  142. ChatSysopColour              Bright red on black
  143. FileListTitleColour          Bright yellow on black
  144. FileListNameColour           Bright yellow on black
  145. FileListSizeColour           Bright magenta on black
  146. FileListDescriptionColour    Cyan on black
  147. FileListOfflineColour        Bright red on black
  148. PagePromptColour             Bright white on black
  149. PopupMenuTitleColour         Bright white on grey
  150. PopupMenuBorderColour        Black on grey
  151. PopupMenuTextColour          Black on grey
  152. PopupMenuKeyColour           Red on grey
  153. PopupMenuHighlightColour     Grey on black
  154. PopupMenuHighKeyColour       Red on black
  155. ;
  156. ;------------------------------------------------------------------------------
  157. ;
  158. ;  Memory swapping options. These options are generally not needed, but can be
  159. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  160. ;  to specify which directory or directories should be used for swapping.
  161. ;  Multiple directory paths can be seperated using a semi-colon.
  162. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  163. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  164. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  165. ;
  166. ;SwappingDir    C:\
  167. ;SwappingNoEMS
  168. ;SwappingDisable
  169. ;
  170. ;------------------------------------------------------------------------------
  171. ;
  172. ;  Serial port options. These options are generally not needed, as these
  173. ;  settings can usually be determined from the BBS door information file.
  174. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  175. ;  with the modem. "SerialPort" specifies the port port number that the modem
  176. ;  is connected to. Unless you have reassigned the port numbers through your
  177. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  178. ;  so on. Remove the semi-colon (;) to activate either of these options.
  179. ;
  180. ;LockedBPS    38400
  181. ;SerialPort    0
  182. ;
  183. ;
  184. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  185. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  186. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  187. ;  option causes the door to always communicate directly with the modem,
  188. ;  bypassing any FOSSIL driver.
  189. ;
  190. ;NoFossil
  191. ;
  192. ;------------------------------------------------------------------------------
  193. ;
  194. ;  The following options only apply for the MS-DOS version of this program,
  195. ;  and only if a FOSSIL driver is NOT being used for serial communications.
  196. ;  If a FOSSIL driver IS being used, these options are normally set on the
  197. ;  FOSSIL driver command line. Under Windows, these options are set in the
  198. ;  control panel.
  199. ;
  200. ;  Hexidecimal address of the serial port. This address can usually be
  201. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  202. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  203. ;  (;) to activate this option.
  204. ;
  205. ;PortAddress 2F8
  206. ;
  207. ;
  208. ;  Interrupt request line that the serial port is using. May be any IRQ line
  209. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  210. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  211. ;  to activate this option.
  212. ;
  213. ;PortIRQ 4
  214. ;
  215. ;
  216. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  217. ;  the serial I/O receive buffer. You may want to increase this buffer size
  218. ;  if you find that characters being sent from the user's modem are being lost.
  219. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  220. ;  buffer. You may want to increase this buffer size for improved performance
  221. ;  in some multitasking environments. A transmit buffer size smaller than 3072
  222. ;  bytes is not recommended.
  223. ;
  224. ReceiveBuffer 256
  225. TransmitBuffer 3072
  226. ;
  227. ;
  228. ;  UART FIFO buffers. Normally, OpenDoors will use 16550A UART FIFO buffers
  229. ;  if they are available. You can prevent OpenDoors from using the FIFO
  230. ;  buffers, even if they are available, by removing the semi-colon before
  231. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  232. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  233. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  234. ;  bytes.
  235. ;
  236. ;NoFIFO
  237. FIFOTriggerSize 4
  238. ;
  239. ;------------------------------------------------------------------------------
  240. ;
  241. ;  The following options control if and how the Windows version of this program
  242. ;  disables DTR response by the modem prior to exiting. Normally, the sequence
  243. ;  of modem commands specified by DisableDTR is sent before exiting, to prevent
  244. ;  the modem from hanging up. To disable this feature, remove the semi-colon
  245. ;  (;) at the beginning of the NoDTRDisable line.
  246. ;
  247. ;  DisableDTR specifies a series of commands to be sent to the modem, and
  248. ;  responses to be received by the modem. Each command and response is
  249. ;  separated by a space. A tilde (~) character denotes a one second pause, and
  250. ;  a pipe (|) denotes a CR.
  251. ;
  252. ;NoDTRDisable
  253. DisableDTR ~+++ OK AT&D0| OK ATO|
  254. ;
  255. ;------------------------------------------------------------------------------
  256. ;
  257. ;  Custom door information file support. OpenDoors automatically recognizes
  258. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  259. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  260. ;  to permit OpenDoors doors to operate on BBS systems that produce a different
  261. ;  format file, you may define a custom door information file format. A custom
  262. ;  door information file format is defined using the "CustomFileName" command,
  263. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  264. ;
  265. ;  The "CustomFileName" option specifies the filename used to distinguish this
  266. ;  file format from other file formats. This filename should not include a
  267. ;  path. To specify the path where the door information file is located, use
  268. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  269. ;  custom format is the same as that of one of the built-in formats, the custom
  270. ;  format will override the built-in format.
  271. ;
  272. ;  The actual format of the custom file is specified using a number of lines
  273. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  274. ;  correspond to a single line in the door information file, with the option
  275. ;  following the "CustomFileLine" keyword specifying the information that can
  276. ;  be found on that line. This can be one of the following keywords:
  277. ;
  278. ;                    Ignore - Causes the next line in the door information
  279. ;                             file to be ignored. Use on lines for which none
  280. ;                             of the options below apply.
  281. ;                   ComPort - COM? port the modem is connected to
  282. ;                             (0 indicates local mode)
  283. ;                FossilPort - Fossil port number the modem is connected to
  284. ;                  ModemBPS - BPS rate at which to communicate with modem
  285. ;                             (0 or non-numerical value indicates local mode)
  286. ;                 LocalMode - 1, T or Y if door is operating in local mode
  287. ;                  UserName - Full name of the user
  288. ;             UserFirstName - First name(s) of the user
  289. ;              UserLastName - Last name of the user
  290. ;                     Alias - The user's psuedonym / handle
  291. ;                 HoursLeft - Hours user has left online
  292. ;               MinutesLeft - Minutes user has left online, or time left online
  293. ;                             in format hh:mm
  294. ;               SecondsLeft - Seconds user has left online, or time left online
  295. ;                             in format hh:mm:ss or format mm:ss
  296. ;                             (If more than one of the above time options are
  297. ;                             used, the user time left is taken to be the total
  298. ;                             of all of these values.)
  299. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  300. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  301. ;                       RIP - 1, T or Y for RIP graphics mode
  302. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  303. ;              ScreenLength - Number of lines on user's screen
  304. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  305. ;                  Security - The user's security level / access level
  306. ;                      City - City the user is calling from
  307. ;                      Node - Node number user is connected to
  308. ;                 SysopName - Full name of the sysop
  309. ;            SysopFirstName - The sysop's first name(s)
  310. ;             SysopLastName - The sysop's last name
  311. ;                SystemName - Name of the BBS
  312. ;
  313. ;
  314. CustomFileName    EXAMPLE.DEF                     ; Same format as DORINFO?.DEF
  315. CustomFileLine    SystemName
  316. CustomFileLine    SysopName
  317. CustomFileLine    SysopLastName
  318. CustomFileLine    ComPort
  319. CustomFileLine    ModemBPS
  320. CustomFileLine    Ignore
  321. CustomFileLine    UserFirstName
  322. CustomFileLine    UserLastName
  323. CustomFileLine    City
  324. CustomFileLine    ANSI
  325. CustomFileLine    Security
  326. CustomFileLine    MinutesLeft
  327. ;
  328. ;------------------------------------------------------------------------------
  329.